home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / dircmp23.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  63 lines

  1. Short:    Bug fix, abort handler, resource tracker
  2. Author:   Thomas.Radtke@rz.uni-osnabrueck.de
  3. Uploader: Thomas.Radtke@rz.uni-osnabrueck.de
  4. Type:     util/cli
  5.  
  6. ----------------------------------------------------------
  7. This is version 3 of the dircmp2 command. You can now exit
  8. from a dircmp2 session in no time with ^C, even from a
  9. recursion w/o loosing a single byte of memory. The last
  10. version chrashed in some cases (tried to unlock invalid
  11. locks, leading to memlist failures). This is fixed.
  12. I also added an example batch file which makes use of
  13. 'dircmp2' and 'from' (not included).
  14.  
  15. DIRCMP2A.LHA AND DIRCMP2A2.LHA ARE NOW OBSOLETE. PLEASE
  16. DELETE THEM!
  17. ----------------------------------------------------------
  18.  
  19. dircmp2 is a non-standart implementation of the dircmp command. It
  20. is not able to produce diff-style output (otherwise I'd rather call
  21. it dirdiff ;). dircmp2 has many levels of control, it is very
  22. complex. You can check if there are equal named files as well as
  23. check whether that files are really equal and so on. recursive
  24. operation is possible in all modes. I wrote this software because
  25. this is more what I want to get from a directory comparing
  26. program.
  27.  
  28.   Sample session:
  29.   ---------------
  30.  
  31. $ dircmp2 -h
  32. syntax: dircmp2 [-{cdDfhiprtxXv}] <directory1> [directory2]
  33.  
  34. The dircmp2 command lists all files and directories of directory1, that
  35. cannot be found in directory2. If directory2 is omitted, '.' is used
  36.  
  37. Flags:
  38.  
  39. -c            compare files
  40. -d            show only directorys
  41. -D            show differing files only
  42. -f            show only files
  43. -h            this page
  44. -i            inverse comparison
  45. -p            show full pathnames
  46. -r            subdir scan
  47. -t            indent subdir results
  48. -x <pattern>  specify pattern
  49. -X <pattern>  case sensitive specification
  50. -v            explain the results
  51. $
  52.  
  53. Implementation note:
  54.  
  55.   The source was compiled with Manx Aztec C 5.0d under AmigaOS3.0, but
  56. should be compileable with most C compilers and should also run on any
  57. Amiga. Starting with dircmp2 version2, -x option require V37 to work,
  58. V36+ of AmigaDOS is now in any case required.
  59.  
  60. This software is freeware (C) Thomas Radtke 1996
  61.  
  62. Thomas Radtke
  63.